home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2001 January / PC-WELT 01-2001.ISO / software / linux / netscap6 / xpi / browser.xpi / bin / defaults / pref / unix.js < prev    next >
Encoding:
Text File  |  2000-11-08  |  6.3 KB  |  184 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public
  4.  * License Version 1.1 (the "License"); you may not use this file
  5.  * except in compliance with the License. You may obtain a copy of
  6.  * the License at http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the License is distributed on an "AS
  9.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.  * implied. See the License for the specific language governing
  11.  * rights and limitations under the License.
  12.  *
  13.  * The Original Code is mozilla.org code.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation.  Portions created by Netscape are
  17.  * Copyright (C) 1998 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s): 
  21.  */
  22.  
  23. // The other platforms roll this all into "toolbar mode".
  24. pref("browser.chrome.toolbar_tips", true);
  25. pref("browser.chrome.show_menubar", true);
  26.  
  27. pref("mail.empty_trash", false);
  28.  
  29. // Handled differently under Mac/Windows
  30. pref("network.hosts.smtp_server", "localhost");
  31. pref("network.hosts.pop_server", "pop");
  32. pref("mail.check_new_mail", true);
  33. pref("mail.sort_by", 0);
  34. pref("news.sort_by", 0);
  35. pref("browser.startup.license_accepted", "");
  36. pref("browser.cache.memory_cache_size", 3000);
  37. pref("browser.cache.disk_cache_size", 5000);
  38. pref("browser.ncols", 0);
  39. pref("browser.installcmap", false);
  40. pref("mail.signature_file", "~/.signature");
  41. pref("mail.default_fcc", "~/nsmail/Sent");
  42. pref("news.default_fcc", "~/nsmail/Sent");
  43. pref("mailnews.reply_with_extra_lines", 0);
  44. pref("browser.startup.default_window", 0);
  45. pref("security.warn_accept_cookie", false);
  46. pref("editor.disable_spell_checker", false);
  47. pref("editor.dont_lock_spell_files", true);
  48. pref("editor.singleLine.pasteNewlines", 0);
  49.  
  50. // Middle-mouse handling
  51. pref("middlemouse.paste", true);
  52. pref("middlemouse.openNewWindow", true);
  53. pref("middlemouse.scrollbarPosition", true);
  54.  
  55. // Clipboard behavior
  56. pref("clipboard.autocopy", true);
  57.  
  58. // Instead of "delay_images"
  59. pref("browser.autoload_images", true);
  60.  
  61. // Most Unix people think modal pref windows are stupid:
  62. pref("browser.prefWindowModal", false);
  63.  
  64. // Unix only
  65. pref("mail.use_movemail", true);
  66. pref("mail.use_builtin_movemail", true);
  67. pref("mail.movemail_program", "");
  68. pref("mail.movemail_warn", false);
  69. pref("mail.sash_geometry", "");
  70. pref("news.cache_xover", false);
  71. pref("news.show_first_unread", false);
  72. pref("news.sash_geometry", "");
  73. pref("helpers.global_mime_types_file", "/usr/local/lib/netscape/mime.types");
  74. pref("helpers.global_mailcap_file", "/usr/local/lib/netscape/mailcap");
  75. pref("helpers.private_mime_types_file", "~/.mime.types");
  76. pref("helpers.private_mailcap_file", "~/.mailcap");
  77. pref("applications.telnet", "xterm -e telnet %h %p");
  78. pref("applications.tn3270", "xterm -e tn3270 %h");
  79. pref("applications.rlogin", "xterm -e rlogin %h");
  80. pref("applications.rlogin_with_user", "xterm -e rlogin %h -l %u");
  81. pref("applications.tmp_dir", "/tmp");
  82. // On Solaris/IRIX, this should be "lp"
  83. pref("print.print_command", "lpr");
  84. pref("print.print_reversed", false);
  85. pref("print.print_color", true);
  86. pref("print.print_landscape", false);
  87. pref("print.print_paper_size", 0);
  88.  
  89. // Not sure what this one does...
  90. pref("browser.fancy_ftp", true);
  91.  
  92. // Fortezza stuff
  93. pref("fortezza.toggle", 1);
  94. pref("fortezza.timeout", 30);
  95.  
  96.  
  97. // font names
  98.  
  99. // ar
  100.  
  101. pref("font.name.serif.el", "misc-fixed-iso8859-7");
  102. pref("font.name.sans-serif.el", "misc-fixed-iso8859-7");
  103. pref("font.name.monospace.el", "misc-fixed-iso8859-7");
  104.  
  105. pref("font.name.serif.he", "misc-fixed-iso8859-8");
  106. pref("font.name.sans-serif.he", "misc-fixed-iso8859-8");
  107. pref("font.name.monospace.he", "misc-fixed-iso8859-8");
  108.  
  109. pref("font.name.serif.ja", "jis-fixed-jisx0208.1983-0");
  110. pref("font.name.sans-serif.ja", "jis-fixed-jisx0208.1983-0");
  111. pref("font.name.monospace.ja", "jis-fixed-jisx0208.1983-0");
  112.  
  113. pref("font.name.serif.ko", "daewoo-mincho-ksc5601.1987-0");
  114. pref("font.name.sans-serif.ko", "daewoo-mincho-ksc5601.1987-0");
  115. pref("font.name.monospace.ko", "daewoo-mincho-ksc5601.1987-0");
  116.  
  117. // th
  118.  
  119. pref("font.name.serif.tr", "adobe-times-iso8859-9");
  120. pref("font.name.sans-serif.tr", "adobe-helvetica-iso8859-9");
  121. pref("font.name.monospace.tr", "adobe-courier-iso8859-9");
  122.  
  123. pref("font.name.serif.x-baltic", "b&h-lucidux serif-iso8859-4");
  124. pref("font.name.sans-serif.x-baltic", "b&h-lucidux sans-iso8859-4");
  125. pref("font.name.monospace.x-baltic", "b&h-lucidux mono-iso8859-4");
  126.  
  127. pref("font.name.serif.x-central-euro", "adobe-times-iso8859-2");
  128. pref("font.name.sans-serif.x-central-euro", "adobe-helvetica-iso8859-2");
  129. pref("font.name.monospace.x-central-euro", "adobe-courier-iso8859-2");
  130.  
  131. pref("font.name.serif.x-cyrillic", "cronyx-times-koi8-r");
  132. pref("font.name.sans-serif.x-cyrillic", "cronyx-helvetica-koi8-r");
  133. pref("font.name.monospace.x-cyrillic", "cronyx-courier-koi8-r");
  134.  
  135. pref("font.name.serif.x-unicode", "adobe-times-iso8859-1");
  136. pref("font.name.sans-serif.x-unicode", "adobe-helvetica-iso8859-1");
  137. pref("font.name.monospace.x-unicode", "adobe-courier-iso8859-1");
  138.  
  139. pref("font.name.serif.x-user-def", "adobe-times-iso8859-1");
  140. pref("font.name.sans-serif.x-user-def", "adobe-helvetica-iso8859-1");
  141. pref("font.name.monospace.x-user-def", "adobe-courier-iso8859-1");
  142.  
  143. pref("font.name.serif.x-western", "adobe-times-iso8859-1");
  144. pref("font.name.sans-serif.x-western", "adobe-helvetica-iso8859-1");
  145. pref("font.name.monospace.x-western", "adobe-courier-iso8859-1");
  146.  
  147. pref("font.name.serif.zh-CN", "isas-song ti-gb2312.1980-0");
  148. pref("font.name.sans-serif.zh-CN", "isas-song ti-gb2312.1980-0");
  149. pref("font.name.monospace.zh-CN", "isas-song ti-gb2312.1980-0");
  150.  
  151. // zh-TW
  152.  
  153.  
  154. // minimum font sizes
  155.  
  156. pref("font.min-size.variable.ja", 16);
  157. pref("font.min-size.fixed.ja", 16);
  158.  
  159. pref("font.min-size.variable.ko", 16);
  160. pref("font.min-size.fixed.ko", 16);
  161.  
  162. pref("font.min-size.variable.zh-CN", 16);
  163. pref("font.min-size.fixed.zh-CN", 16);
  164.  
  165. pref("font.min-size.variable.zh-TW", 16);
  166. pref("font.min-size.fixed.zh-TW", 16);
  167.  
  168. // ps font
  169. pref("print.psnativecode.ja", "euc-jp");
  170. pref("print.psnativefont.ja", "Ryumin-Light-EUC-H");
  171.  
  172. pref("mail.signature_date", 0);
  173.  
  174. // Outliner column defaults
  175. pref("mail.threadpane.messagepane_height", 400);
  176.  
  177. pref("taskbar.x", -1);
  178. pref("taskbar.y", -1);
  179. pref("taskbar.floating", false);
  180. pref("taskbar.horizontal", false);
  181. pref("taskbar.ontop", false);
  182. pref("taskbar.button_style", -1);
  183.  
  184.